samber/ro

Plugin: add more operators on strings+regexp+strconv+bytes

Open

#89 opened on Oct 14, 2025

 (0 comments) (0 reactions) (0 assignees)Go (22 forks)github user discovery
good first issueoperatorplugin

Repository metrics

Stars
 (659 stars)
PR merge metrics
 (Avg merge 1m) (1 merged PR in 30d)

Description

Example:

  • hassuffix
  • cut
  • cutprefix
  • cutsuffix
  • trim
  • trimspace
  • trimprefix
  • trimsuffix
  • pad
  • padStart
  • padEnd
  • strconv
  • tolower
  • toupper
  • endswith
  • startswith
  • replace
  • split
  • trim
  • trimstart
  • trimend
  • hasprefix
  • hassuffix
  • cut
  • cutstart
  • cutend
  • truncate
  • regexpmatch
  • regexpreplace
  • regexpextract

Pretty much any method of "strings"+"regexp"+"strconv"+"bytes" std package.

Contributor guide