skip to Main Content

Azure – Regular expression in ADF

How to split the string based on white spaces in DataFlow expression builder in ADF pipeline. A string can have 1 or more white spaces. Eg: I used split(name,’ ‘) : Thiswill split the word based on single space.Some times…

VIEW QUESTION

JavaScript Regex match with no match

I have a RegEx ^(?:(?:3[0-9][0-9]{6,9})|(?:0[1-9][0-9]{6,9}))$ which works fine. But I want to add an excision of a specific number: (?!(?:315678901))$ This works fine on its own. But combining the two messes the expression up. Any ideas? I was using it…

VIEW QUESTION
Back To Top
Search