RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 3
Title Test Details farsi lang
Expression
/([^\x00-\xFF]\s*)/u
Description
Matches persian(farsi) charctes from latin
Matches
سلام |میهن 123 |testدگر
Non-Matches
test121 | test 34243242 |all(...)
Author Rating: The rating for this expression. saeed arab sheybani
Title Test Details html to uppercase
Expression
/(<\/?)(\w+)([^>]*>)/e
Description
Returns string with all alphabetic characters converted to uppercase. in php programing you can use preg_replace("/(<\/?)(\w+)([^>]*>)/e", "'$1'.strtoupper('$2').'$3'", $html_body)
Matches
all html and xml and script tags
Non-Matches
any
Author Rating: Not yet rated. saeed arab sheybani
Title Test Details html to lowercase
Expression
/(<\/?)(\w+)([^>]*>)/e
Description
Returns string with all alphabetic characters converted to lowercase. in php programing you can use preg_replace("/(<\/?)(\w+)([^>]*>)/e", "'$1'.strtolower('$2').'$3'", $html_body)
Matches
all html and xml and script tags
Non-Matches
eny
Author Rating: Not yet rated. saeed arab sheybani
   Displaying page 1 of 1 pages; Items 1 to 3

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials