PROBLEM: hey y'all, i have a large dataset of both domestic and international phone numbers formatted in various ways that i need to convert to a part ...
PROBLEM: hey y'all, i have a large dataset of both domestic and international phone numbers formatted in various ways that i need to convert to a part ...
Below is the text field for the company name. I don’t want to allow any special characters but I want to allow alphabets, space, and numbers. I am not ...
i am going to add special caracter in fiels like db.student.insert({"name":"abc","f/name":"abc"}) NOTE : Here mongodb show an error f/name is not addi ...
I need a kotlin function that will remove specific special characters from a string. The list of the special chars: []‘()*"' Data also contains \u008 ...
I have encountered a strange (until I understand the logical reason) behaviour of group by in a SQL Server database. There are many duplicates in a ta ...
Whenever I try to print out any Hindi characters in the Visual Studio Code Terminal via System.out.println(वा);, it directly prints out a ?? instead o ...
I struggle to upload files using a POST HTTP request in JMeter, which file name (not file content) contains special characters such as "é è à". For ex ...
I need to extract a column[Employee] in DB as "Employee(Emp)" in Hive. Is that possible we can handle in hive. But it seems doesnt work as expected ...
The goal is a program that checks if the first character they type is a number, uppercase letter, lowercase letter or a special character/other. Numb ...
I am trying to write a name that has special symbols and stuff in it. I had to replicate it off a picture and think I did a pretty good job but there’ ...
Assume that I have a PySpark DataFrame. Some of the cells contain only special characters. Sample dataset: I want to count the number of rows wh ...
How to create a JS collection of characters regex? E.g. I want to allow a string to contain any characters from the string: ÀàÂâĂăÄä. Here is what I ...
I'm using BoolqueryBuilder for searching values with java spring boot backend. And I need to search in elastic search values with special characters L ...
I'm new to Python and I need to do this: I need to substitute in a string all the * with a (1) and the number has to increment in 1 each time. For ex ...
I have a column of type 'nvarchar' where some of the values have special characters. What I want to do is, if a value starts with a special character, ...
I am using maskpass in Spyder to hide a password input but am having issues with using the Shift key for uppercase letters and special characters. My ...
Don't ask how, but I've somehow created a directory name with a single period character (.) and, as that is a special character for directory navigati ...
I'm fetching emails from IMAP and want to store them in PostgreSQL via Hasura GraphQL API. As HTML and special characters can't be in the valid GraphQ ...
I have a markdown file that has some of notes related to basic testing with a multimeter. I know I can use the capital Omega symbol (U+03A9) for Ohms ...
I wanted to do maths calculation using asterick (*) but what if it is in string format? how can I convert it to normal? I tried 4 "*" 5 and first of ...