mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +02:00
Port str trim (#394)
This commit is contained in:
committed by
GitHub
parent
34e0fd622b
commit
2bbba3f5da
@ -12,6 +12,7 @@ mod reverse;
|
||||
mod rpad;
|
||||
mod starts_with;
|
||||
mod substring;
|
||||
mod trim;
|
||||
|
||||
pub use capitalize::SubCommand as StrCapitalize;
|
||||
pub use case::*;
|
||||
@ -27,3 +28,4 @@ pub use reverse::SubCommand as StrReverse;
|
||||
pub use rpad::SubCommand as StrRpad;
|
||||
pub use starts_with::SubCommand as StrStartsWith;
|
||||
pub use substring::SubCommand as StrSubstring;
|
||||
pub use trim::Trim as StrTrim;
|
||||
|
Reference in New Issue
Block a user