regular-expression tag

109 questions


1 answers
235 views
0
Please tell me how to write the required conditions for entering numbers and kanji in regular expressions.

To prevent missing numbers in the street number when users enter addressesPlease tell me how to write the required conditions for entering numbers and kanji in regular expressions.I tried using the co...

1 years ago

1 answers
290 views
0
I want to use an editor to specify and delete a specific string to a specific string in the regular expression.

I would like to delete the text from D-E-F to G-H-I from the text before processing below.A-B-C;hogehogehogeD-E-F;fugafuga piyopiyopiyoG-H-I; hogerahogeraA-B-C;HOGEHOGEHOGED-E-F;FUGAFUGAFUGA PIYOPIYOP...


1 answers
376 views
0
Understanding How to Obtain the Value in Regular Expressions from Data in a Specific Format

We are currently creating a program that retrieves settings and settings separately from text files in the format below.<Format>test login_id:useridauthority:root folder:root123login password:12...


1 answers
285 views
0
Google spreadsheet REGEXMATCH wants to detect symbol content but does not return expected value

In the G spreadsheet, I would like to check if the A3 cell string contains the symbol B3:B32.The string in A3 is Expected an int but was BOOLEAN at path$.data.next_pageAssume that First, put the symbo...


2 answers
355 views
0
I want Python to extract specific information from csv files

I've rewritten this question a lot, so it's okay now.Next question


2 answers
409 views
0
I want PowerShell to array everything that matches the regular expression.

If the following conditions exist, I would like to include the contents of the matched parentheses in the array.How do I achieve this with PowerShell?conditions:$data={ab}, {cd}, {ef}...#This length i...


2 answers
379 views
0
I want PowerShell to array everything that matches the regular expression.

If the following conditions exist, I would like to include the contents of the matched parentheses in the array.How do I achieve this with PowerShell?conditions:$data={ab}, {cd}, {ef}...#This length i...


2 answers
286 views
0
I want Python to extract specific information from csv files

I've rewritten this question a lot, so it's okay now.Next question


2 answers
355 views
0
I want Python to use regular expressions and get strings with initials and endings

Run EnvironmentWindows 10Python 3.X What do you want to doWe would like to list the following strings using the regular expression re.findall to obtain up to two units: numeric values and ms and MB.I ...


2 answers
292 views
0
I want Python to use regular expressions and get strings with initials and endings

Run EnvironmentWindows 10Python 3.X What do you want to doWe would like to list the following strings using the regular expression re.findall to obtain up to two units: numeric values and ms and MB.I ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.