python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Deleting Spaces In Complicated Strings
Just another silly novice question (like Confucius said it is better to ask then live in ignorance) regards to deletion of spaces in long and complicated strings. First of all I must say that I am tr...
Torrvic
Votes: 0
Answers: 3
How to substitute alternate positions in a string using awk
I have a lookup file that I use to search the available records in file_2 and if such records are present then replace those records with #. Currently my code is substituting the entire record with # ...
Roshni
Votes: 0
Answers: 1
How to parse a string and get the value after "=" character
So I have string that should contains "Object.Name" once in a row , if I see it ,I have to get the value after "=" character. If doesn't match it anywhere in the string i should mo...
Atanas Nedelchev
Votes: 0
Answers: 1
Snowflake Regular Expression
I have this string in Snowflake column:
\[
{
"entryListId": 3279,
"id": 4617,
"name": "SpecTra",
"type": 0
},
{
"entryListId": 3279,
"i...
Ilkhom Oripov
Votes: 0
Answers: 2