Jump to content

Make this regex ignore line breaks


scarhand

Recommended Posts

I have 2 textarea's

 

#1 is for TITLES

#2 is for SLUGS

 

I have a function which automatically puts the slug for the title in the slug textarea as they are typing via JavaScript.

However, I need this regex to ignore line breaks so that the slugs go on new lines like the titles.

 

/[^a-z0-9-]+/g

 

Sorry for cross-posting, but I figure the regex for PHP and JS would be pretty much the same in this case.

Link to comment
https://forums.phpfreaks.com/topic/197724-make-this-regex-ignore-line-breaks/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.