Skip to main content
Xano Documentation home page
Search...
⌘K
Status
Log in
Get started for free
Get started for free
Search...
Navigation
Text
Xano
XanoScript
Start Here
Welcome To Xano!
Get Started with Code
Get Started Visually
Get Started with AI
What's New in Xano
FAQ
Build
Logic & Workflows
Database
AI Agents
MCP Servers
Authentication
File Storage
Realtime (Websockets)
Test & Deploy
Test
Deploy
Monitor & Troubleshoot
Integrations
Browse Integrations
Webhooks
Connecting a Frontend
Metadata API
Xano MCP Server
Security
Best Practices
Security Questionnaires
GDPR
HIPAA
SOC 2
security.xano.com
Tutorials
Ready-to-use Building Blocks
Build-along Guides
Enterprise
Tenant Center
Compliance Center
Security Policy
Instance Activity
Deployment
RBAC (Role Based Access Control)
Xano Link
Resource Management
Microservices
Agencies
Xano For Agencies
Agency Features
Account and Settings
Workspace Settings
Instance Settings
Account Settings
Billing
Getting Support in Xano
On this page
Append
Prepend
Trim
Left Trim
Right Trim
Starts with
Ends with
Contains
Text
Copy page
Copy page
Text functions are used to manipulate and transform text strings.
Append
Adds text to the end of a value
Prepend
Adds text to the beginning of a value
Trim
Trim characters, such as white space, from both sides
Left Trim
Trim characters, such as white space, from left side
Right Trim
Trim characters, such as white space, from right side
Starts with
Returns a true or false if the value starts with the provided text
Ends with
Returns a true or false if the value ends with the provided text
Contains
Returns a true or false if the value contains the provided text
Was this page helpful?
Yes
No