issues
search
purescript
/
purescript-strings
String utility functions, Char type, regular expressions.
BSD 3-Clause "New" or "Revised" License
54
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove bounds check and exception from Data.String.Unsafe foreign code?
#171
natefaubion
opened
6 months ago
3
Add takeEnd & dropEnd
#170
flip111
opened
9 months ago
0
Should `localeCompare` return in `Effect`?
#169
pete-murphy
opened
9 months ago
7
Better definition for `Data.String.NonEmpty.CodeUnits.fromFoldable1`
#168
postsolar
closed
1 year ago
1
genUnicodeString generates invalid unicode
#167
martyall
opened
1 year ago
4
Derive `newtype` instances where possible
#166
triallax
opened
1 year ago
0
split: Add more examples
#165
gasi
opened
1 year ago
1
Reuse `Replacement` in `Regex.replace`
#164
i-am-the-slime
opened
2 years ago
2
Use fixed Char enums version
#163
JordanMartinez
closed
2 years ago
0
Add isEmpty and deprecate null
#162
sigma-andex
opened
2 years ago
0
Prepare v6.0.0 release (1st PS 0.15.0-compatible release)
#161
JordanMartinez
closed
2 years ago
0
Fix formatting
#160
triallax
closed
2 years ago
0
Make `RegexFlags` a `newtype` and add a `Newtype` instance
#159
triallax
closed
2 years ago
5
Update to v0.15.0
#158
JordanMartinez
closed
2 years ago
0
Migrate FFI to ES modules
#157
JordanMartinez
closed
2 years ago
0
Add a `isWellFormed` function?
#156
chtenb
opened
2 years ago
2
Efficient CodePoint indexing function?
#155
chtenb
closed
2 years ago
11
CodePoints.uncons performance optimization?
#154
jamesdbrock
opened
3 years ago
3
fromCharCode BMP
#153
jamesdbrock
closed
2 years ago
5
`split` should return a NonEmptyArray?
#152
JamieBallingall
closed
2 years ago
3
Allow slicing from index to end of string
#151
chtenb
closed
3 years ago
1
Add support for dotAll flag?
#150
chtenb
opened
3 years ago
5
Add support for matchAll?
#149
chtenb
opened
3 years ago
1
Use backticks around PS code in docs
#148
triallax
closed
3 years ago
0
Add startsWith and endsWith
#147
triallax
opened
3 years ago
0
Add trimStart/trimEnd?
#146
wclr
opened
3 years ago
0
[WIP] relax Data.String.CodeUnits.slice + related changes as per #143
#145
Quelklef
closed
2 years ago
3
Prepare v5.0.0 release
#144
kl0tl
closed
3 years ago
2
Suggestion: allow `slice (length s) (length s)` on Strings
#143
Quelklef
closed
2 years ago
15
Data.String.Unsafe.char is not Unicode-aware
#142
ayaka14732
closed
3 years ago
1
Update changelog since v4.0.2
#141
thomashoneyman
closed
3 years ago
0
Generate changelog and add PR template
#140
JordanMartinez
closed
3 years ago
0
simplify type of replace'
#139
davidchambers
closed
3 years ago
5
Docs are not up to date on Pursuit
#138
jmatsushita
closed
3 years ago
5
Remove the bounds check from the foreign implementation of lastIndexOf'
#137
kl0tl
closed
3 years ago
2
Migrate to GitHub Actions
#136
thomashoneyman
closed
3 years ago
0
Remove references to `codePointToInt`
#135
emiel
closed
3 years ago
0
Replace monomorphic proxies by Type.Proxy.Proxy and polymorphic variables
#134
kl0tl
closed
3 years ago
0
add dotAll regexp flag
#133
fujisawa
closed
3 years ago
0
Linux line endings & formatting to match project
#132
toastal
closed
3 years ago
0
add dotAll regexp flag
#131
fujisawa
closed
3 years ago
0
Use coerce instead of unsafeCoerce where appropriate
#130
JordanMartinez
closed
3 years ago
24
Update to v0.14.0-rc3
#129
JordanMartinez
closed
3 years ago
5
Use unsafeCrashWith for unsafeRegex (future fromEither not Partial) + Unix line endings
#128
toastal
closed
3 years ago
16
Add startsWith and endsWith
#127
triallax
opened
4 years ago
12
update replace' to reflect the existence of optional capturing groups
#126
davidchambers
closed
3 years ago
8
Bump pulp version
#125
garyb
closed
4 years ago
0
fixes #123: improve performance of stripPrefix/stripSuffix; add tests
#124
michaelficarra
closed
4 years ago
2
stripPrefix performs full linear search in order to check if index is 0
#123
natefaubion
closed
4 years ago
0
Fix the retrieval of the latest compiler version tag
#122
kl0tl
closed
4 years ago
0
Next