Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Regular Expressions : tint.escape-regex

Syntax

#(tint.escape-regex,%value)

%value is the value to be escaped so that it will be treated as a literal in a regular expression.

Example

#(tint.escape-regex,a.*b)
a\.\*b