Results for string
result=int(input()) photo = photo_ + result photo_1="https://i.imgur.com/9SUZgxM.png" photo_2="https://i.imgur.com/9SUZgxM.png" photo_3="https://i.img...
I'm trying to create a user defined function in which one of the arguments is a method (s_method) to be applied to a sequence (seq) and args_ are the ...
I would like to know if there is a way to access the "description" property of the objects within the array and use some string cutting method, such a...
I want to send an string from the rank 0 to the last rank. I have already installed all the mpi dependencies, and I guess there is some issue with the...
First and foremost it's been a long time since I've done development, let alone anything with Mongo but I've yet to find a solution to what's likely a...
ID_number: 111.2.003 ^ I need help creating a regex that will select anything on the logs that starts with "ID_number: " and ends with ".003" . So the...
I want my variables contains only character in C without anything else like special characters or number and not empty. What is the best solution for ...
Using Powershell, How can I convert this string to US Eastern/Time and just display the time using format HH:mm:ss ? Thu, 30 Nov 2023 17:50:51 GMT Any...
I trying to get device address from scanimage -L which return device `canon_dr:libusb:003:004' is a CANON DR-C125 scanner I came up with this grep -Po...
I trying to get device addres from scanimage -L which return device `canon_dr:libusb:003:004' is a CANON DR-C125 scanner Thanks. I come up with this g...
I have a Azure Release Pipeline which is used to deploy the non-production data factory template to the production data factory used in a migration. T...
I have multiple strings in one column that follow this pattern: ws.spik..group_1._log ws2..group_8._log wsn..group_11._log I'm using regex to extract ...
I have lines of text that look like this... My name is George 123123123 I like cheese and crackers 123456789 Each sentence can be any length but alway...
I have lines of text that look like this... My name is George 123123123 I like cheese and crackers 123456789 Each sentence can be any length but alway...
I have seen few examples on how to convert string variable to raw one using interpolation, but it doesn't work for me: import json j = '{"value": "{...
This is my string: public string EmptyViewText { get; set; } = "Please input a bin id first!*"; I have a simple command: public async Task Entry(strin...
I am in process of writing a new grammar file for openHAB project configuration files. Existing implementation rely on Eclipse Xtext which is great fo...
I have a dataframe and would like to check if a column value contains another column value. name1 name2 0 aa aab 1 xyz x the below does...
I'm new to the Java world and I came across a problem. Please have a look and help me in this case. I have taken a string as "welcome" and I need to s...
I am getting data from an API and trying to get the content of a div by the ID ig-tooltip. I am however getting null when trying to print the value. C...
I have a string const s = 'pong-ping-bink-ping-pong-ping-donk'; I want to split it by all words other than ping or pong with regex. For this string I ...
I have built this riverpod state: import "package:riverpod_annotation/riverpod_annotation.dart"; part "form_state.g.dart"; @riverpod class FormState...
84A81A3000000318801A1000000218201A700001F7011A70000007011A600002BD1B00000189DB192D791A2000000141001A2000000441021A20000006410140A040 Above is my cbor ...
I am working with regular expressions in Node.js, and I'm trying to match words in a line of text. I'm trying to use matchAll as I want to do somethi...
How, by one-liner sed or perl, to replace a sub string only, with the result of other command execution, in the middle of full line string e.g: $ cat ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?