expression tag

115 questions


1 answers
66 views
0
Preg_match() takes extra strings from the target string

Code <?php$test = 'this is October 02, 2017 today';$months=/(January | February | March | April | May | June | July | August |   September | October | November | December) [0-3] [0-9], 20 [0-9] +/;...

1 years ago

3 answers
55 views
0
About Regular Expressions

li id=result_0 data-hoge=4592105095 class=s-result-item4592105095I want answer like thisThank you for your cooperation.

1 years ago

2 answers
57 views
0
I only want to "regular expression replacement process" for "Nth column data of CSV" in Hidemaru editor.

What do you want to do·In the Hidemaru editor, I want to replace the regular expression of the link destination only for the data in the 9th column of CSV.CSCSV is separated by ','What I don't know·Ho...

1 years ago

1 answers
52 views
0
I want to use regular expressions to get nofollow.

I would like to extract only the ones with rel=nofollow on the outgoing link of example.com from various URLs using beatifulsoup.I've only used VBA, so I think it's like this, but I'd appreciate it if...


1 answers
105 views
0
I want to match the sentences that have been broken in Excel cells with regular expressions.

I'm sorry to ask you about May rain.We are trying to create a program that determines whether each cell in Excel has a . at the end or not.If the sentence is not a new line in the cell, we were able t...


1 answers
48 views
0
I want to escape を in Golang.

I escaped the 記号 symbol using the regular expression in Golang as shown below, but I cannot.If you specify the マーク mark, you can do it on Playground, but is it not possible to do it on \?https://play....

1 years ago

2 answers
67 views
0
I can extract characters well on the web, but I can't use regular expressions with python.

I'd like to extract the string from the sentence using the regular expression below.[\w-]+(\.[\w-]+)*When I checked on the web to see if this regular expression was correct, I was able to extract the ...


1 answers
59 views
0
I want to take out a 12-digit string that contains a number as well as a number after a particular character in the regular expression.

import requestsimport reimport pandas aspdfrom bs4 import BeautifulSoupresponse=requests.get(https://db.netkeiba.com/horse/2012104511/)response.encoding=response.apparent_encodinghtml=response.textsou...


1 answers
71 views
0
VSCode tries to write problemMatcher for Intel compiler error messages, but it doesn't match

The Remote Development Extension of VSCode provides access to Linux servers from VSCode on Windows 10.There is an Intel compiler on the server that tries to read this error message in VSCode, but it c...


3 answers
102 views
0
nginx, how do I debug which location directive was applied?

Installing mediawiki and configuring nginx for short URL.https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx/jaBased on the official sample code (Manual:Short URL/Nginx/ja)Set /etc/nginx/conf.d/medi...

« - 8 - »

© 2024 OneMinuteCode. All rights reserved.