I have a little wish for a further PB version again.
RegExp evaluator functions like in PHP.
A replace- and a check-function would be very cool.
Maybe in such a nomenclature.
Code: Select all
regexreplace ("15. April 2003" , "/(\d+)\. (\w+) (\d+)/i" , "${2}1,$3")
findatpos = isregex ("abcdef" , "/^def/" , StartPos, EndPos")
Wolf