Home > front end >  A regular expression
A regular expression

Time:12-09

How to query the conditional statement block, such as

Statement: the UserName & lt;> "123" and (Sex="male" or Age & gt; 30)

Output: [' UserName & lt; & gt; "123" ', 'and', '(',' Sex="male" ', 'or', 'Age & gt; 30', ') ']

Thank you very much!

CodePudding user response:

With the and the split, joining together again
  • Related