The first part is from here
Part of the prologue of the first part is true, but the remarks of the characters in the second part are fiction.
Last time, I made a regular expression to look for "Yura-chan is cute" ... Acha You were killed Moya also says ** "Measures to avoid searching" ** In this way, I created a new regular expression again.
The first part, ʻE`, is the result of the first part and will not be used in the second part. Therefore, it is a missing number. Other than that, it is inherited from the first part. The reference site is the same here as the first part.
Let's do it.
I would like to say, but please take a closer look.
You're using both [
and ]
, right? Is it a reserved character?
I think it would be easier to use . *
(D
), but I would like to specify only the characters used to avoid searching. (However, the definition is ambiguous and various characters are used, so I will only think of it appropriately.)
I still use this, but can I use escape (\\
)?
In conclusion, can.
So, define F
by referring to here.
F=[\[\]\/\\\s]
All you have to do is put it in B
and C
(before "i" 2 continuous processing).
B = [Yuyu] [\ [\] \ / \\\ s] [Lalala] [\ [\] \ / \\\ s]([Chi-Chi] [\ [\] \ / \\ \ s] [Yayaya] [\ [\] \ / \\\ s] [Nun] | [Yuyu] [\ [\] \ / \\\ s] [Lalala])
C = [Kakaka] [\ [\] \ / \\\ s] [Wow Wow] [\ [\] \ / \\\ s] [Good] [\ [\] \ / \\ \ s] [good]
long.
Then, I will do the same thing as the last thing I did in the first part.
Synthesize B + D + C
and C + D + B
so that they are regular expressions that can be searched at the same time.
It will be like this. (F)
F=([Yuyu][\[\]\/\\\s][Lala][\[\]\/\\\s]([ChiChiChi][\[\]\/\\\s][Yayaya][\[\]\/\\\s][Hmmmm]|[Yuyu][\[\]\/\\\s][Lala]).*[Kakaka][\[\]\/\\\s][WowWow][\[\]\/\\\s][Iiii][\[\]\/\\\s][Iiii]|[Kakaka][\[\]\/\\\s][WowWow][\[\]\/\\\s][Iiii][\[\]\/\\\s][Iiii].*[Yuyu][\[\]\/\\\s][Lala][\[\]\/\\\s]([ChiChiChi][\[\]\/\\\s][Yayaya][\[\]\/\\\s][Hmmmm]|[Yuyu][\[\]\/\\\s][Lala]))
~~ It doesn't make sense anymore ~~
Isn't this all right?
~~ I'm sure some of you may have wondered if this is all, but ** I've run out of material **. ~~ If you have a plan, please let me know in the comments and I will probably do it.
Recommended Posts