In the regex world what's a flavor and which flavor does Java use?

前端 未结 5 579
无人及你
无人及你 2020-12-10 12:23

I\'m not a native English and so I don\'t understand well the meaning of \'flavor\' may be is it referred to a regex syntax?? and if so how many regex syntax are there?

5条回答
  •  忘掉有多难
    2020-12-10 12:51

    A "flavor" in this context is a particular syntax, as you have surmised. There are many; counting them would be only an academic endeavor.

    To find the ones that are generally used, look at the forms accepted by grep.

    Java may use whatever syntax has a Java implementation.

提交回复
热议问题