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 2
Title Test Details Strip RTF Formatting
Expression
^\{(.+)|^\\(.+)|(\}*)
Description
Removes RTF formatting from a string
Matches
{\rtf1\ansi\deff0\deflang1024
Non-Matches
{\f3\fs20\bSubject 101}
Author Rating: Not yet rated. Derik Palacino
Title Test Details Token Words
Expression
(\$(([0-9]?)[a-zA-Z]+)([0-9]?))
Description
Matches token words based on the use of a "$" (USD) prefix.
Matches
$FirstName | $4LastName | $PlantName3
Non-Matches
$-FirstName | $LastName-23 | $#PlantName
Author Rating: Not yet rated. Derik Palacino
   Displaying page 1 of 1 pages; Items 1 to 2

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