-
### Is your feature request related to a problem? Please describe.
When writing systems parsing data (for instance, from CSV), it can be a bit tedious to have parsing, taking a lot of nodes for somet…
-
### Is your feature request related to a problem?
It would be nice, if `string_split` would allow to use `""` as delimiter, so we can just get very char of string into array, as when checking for eve…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
### Operating System
Arch
### Ruby Version
ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-linux]
### Jekyll Version
Jekyll 3.9.4
### GitHub Pages Version
github-pages 231…
-
### What happens?
`str_split('foo', '')` gives [f, o, o], as expected. A length 3 string -> length 3 array. I would expect length N string to give a length N array. But `str_split('', '')` gives `[…
-
- Unitialized variable trigger message: TypeError 'NoneType' object is not an iterator.
- Undefined type in iterator, in the result set same type.
Original
```
static func show_list(raw : String…
-
**Is your feature request related to a problem?**
Analysts would want to split a string using a delimiter. For example, when analyzing DNS logs, analysts would split the hostname using the "." delimi…
-
**Bicep version**
`Bicep CLI version 0.30.23`
**Describe the bug**
I noticed today that conditional scope statements (e.g., for nested deployments) started failing in any AVM template that uses them.…
-
### Do you intend to personally contribute/program this feature?
No
### I would like to see this change made to improve my experience with
Mod capability as a Modder
### Description
Modify the me…
-
### Description
Whenever we use `String.prototype.split` with literals like so:
```js
string.split('/')[0]
// or
string.split('/')[1]
// or
string.split('/')[2]
```
We benefit by limiti…