Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

285
Views
Html tags not being inserted in database , when using pagedown

I am using pagedown as my editor, now what i get i my database once i submit is the following:

This is what i love about 

`[A-Z]+` - One or more capitalcase ASCII caracters.

`[^A-Z]*` - We are using negated chracter class here by using the ^ sign, basically we are saying, look for any character besides the one in the [] brackets, * means zero or more times.
  | - Or

`[^A-Z]+` - Look for any character besides the one in the [] brakets, another negated character class. + means one or more times.

`g` - We add the global flag, so we get all possible matches and don't just stop at one match.

My expected output is each of those line wrapped in a separate paragraph. Also, as i am typing in the pagedowneditor and see the live update below the editor:

enter image description here

Now if i check the dev tool:

enter image description here

I can see that here the text is perfectly wrapped in separate paragraphs , but why is't the same inserted in my database ?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I can't really tell what you're asking, or what you're outputting on/with, but here's what I'll say;

Your database is not working on the same format as an HTML page. And generally that shouldn't bother you. If you're looking to display that information onto an HTML page, use something like PHP to echo it in, with HTML tags, and separate them that way.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!