GNOME Bugzilla – Bug 584968
Natural-Embebbed Regular Expression
Last modified: 2010-01-29 18:35:27 UTC
Like in JavaScript (EcmaScript), let use regular expressions embebbed into de Vala language, with own syntaxm, and not like strings: Considering an example: RegularExpression reg = new RegularExpression("{\\d}*[a-zA-Z0-9]{2, 10}", RegularExpressionOption.Global || RegularExpressionOption.InsensitiveCase); With javascript like syntax: RegularExpression reg = /{\d}*[a-zA-Z0-9]{2, 10}/gi;
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 607702 ***