java - Regex Junit Test -


I am working on a Junich test which is going to examine the number of incidents of words that are not included in vowels (AEOU)). string matchstrings = "^ [. [^ Aioioo]] * $";

Is that correct? Thank you.

regex to match all the vowels that do not include your notes: string matchstrings = "\\ b [^ \\ saeioAEIO] + \\ b";

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -