-
I am currently writing code involving quite a lot of ``String`` manipulation, and currently agda-prelude doesn't offer much functionality for plain ``String``s yet. I can go via ``List Char``, but tha…
-
Would you consider adding some basic string manipulation features to
variables? I am thinking about something like:
%(foo | cut -f1 -d_)
-
ready to read
-
I'd like to clean up the SVG through SVG-optimizer and some regex before I draw it to my page. I'm not super confident with Raphael, could anyone explain how I get the SVG as a string?
```
var drawin…
-
Maybe use [`FunSQL.jl`](https://github.com/MechanicalRabbit/FunSQL.jl).
-
Using double quotes in strcat or strcmp shows errors while single quotes works fine
-
String manipulation could get crazy, but all that I find necessary would be conversion of a string value to a number for additional arithmetic and evaluations.
[https://community.smartthings.com/t/sm…
CAL77 updated
8 years ago
-
## Feature request
#### Feature description
Coming back with another request for a substitution... I tried using a path join substitution with a filename that depends on a launch configuration. Th…
-
For a byte sequence it probably makes sense, e.g., https://fetch.spec.whatwg.org/#concept-method-normalize (and also the uppercase/lowercase operations), but for strings it might be a little unexpecte…
-
### Description
The following code runs as expected:
```py
import numpy as np
string_array = ["apple", "banana", "cherry"]
numpy_arr=np.array(string_array)
```
However, when I swap NumPy for CuPy li…