samber/ro

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

Open

#89 建立於 2025年10月14日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Go (22 fork)github user discovery
good first issueoperatorplugin

倉庫指標

Star
 (659 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南