We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Add regular expression in ET
Hey,
Thanks you, we will think about that. Because it require a array Structure with support different type.
https://github.com/ET-Lang/STD/tree/master/regex
Regards, Max
Sorry, something went wrong.
Hey
exp { .replace '#' }
exp.find "a-z" class Exp
class Exp find exp { .replace 'a-z#' + '?' }
What means it?
Regards,
Max
regex.match
regex.matchAll
regex.replace
regex.split
regex.grep
((lambda (exp) (+ exp exp)) (* 3 4))
Output, example in Scheme
3*4 = 12;
exp = 12;
exp + exp = 12 + 12 = 24;.
(ppcre:scan "(a)" "xaaabd")
readme 5
template <exp Regex> array regex.replace(string input, string regexSplinters) { if ( find -> # in a-z ) // regex.find '#' in a-z , example a# , #a , a#b , c #c ... return true; print ( Sucess ) else return false; print (Error ) }
BaseMax
jassab
No branches or pull requests
The text was updated successfully, but these errors were encountered: