Home > Back-end > C how to output the regex type of a variable's value
C how to output the regex type of a variable's value
Time:10-02
Language is c + +, Suppose you have a regular expression that regex pattern=regex (" ([0-9] +) ([a-z] +) (. +) "); I want to coutBut the method directly use cout complains, Is there any way can output a regular expression?