🔍 Need RegEx? Here's your copy-paste cheat sheet. ✅ Replace whole words only ✅ Strip HTML tags ✅ Extract numbers ✅ Reformat dates (YYYY-MM-DD → DD/MM/YYYY) ✅ Find emails ✅ Lookahead/lookbehind ✅ Non-greedy matching Ready to use: https://lnkd.in/gbb-gZ5i #Xojo #RegEx #Coding
Xojo
Software Development
Austin, Texas 2,096 followers
Develop high quality, native apps for the web, macOS, Windows, Linux, iOS, Android and Raspberry Pi.
About us
Xojo, Inc. was founded with the idea that software development should be accessible to anyone. With traditional tools, creating software applications can be a very complicated process, but using the Xojo programming language and IDE anyone can learn to create high quality, native apps for the web, macOS, Windows, Linux, iOS, Android and Raspberry Pi. With users all over the world, Xojo apps can be found in every conceivable category - from commercial software applications to use in governments, universities, businesses, and the Fortune 500. Secondary-level and college students in schools all over the world are introduced to programming with Xojo. Xojo is the result of many years of development. In fact, we build Xojo with Xojo. Xojo is a privately-held company headquartered in Austin, Texas, with employees all over the world.
- Website
-
https://xojo.com
External link for Xojo
- Industry
- Software Development
- Company size
- 11-50 employees
- Headquarters
- Austin, Texas
- Type
- Privately Held
- Founded
- 1996
- Specialties
- Cross-Platform Application Development Tool, Raspberry Pi, iOS, Rapid Application Development, Mac, Linux, Windows, Object oriented programming, Crossplatform, Development Software, xojo, Android, and Programming Language
Locations
-
Primary
Get directions
12600 Hill Country Blvd.
Ste R-275
Austin, Texas 78738, US
Employees at Xojo
Updates
-
Xojo Crypto module supports: Encryption: AES, BlowFish, TwoFish (CBC/ECB/CTR modes) Asymmetric: RSA (1024-4096 bit), ED25519, ES256 Hashing: SHA1, SHA256, SHA512, SHA3, MD5, CRC32 Advanced: HMAC, PBKDF2 (with configurable iterations) Cross-platform. No dependencies. https://lnkd.in/giBK6vRq
-
-
Interesting performance finding: on ARM (M1/M4), adding an extra assignment inside a loop reduced execution time by 5-25%. Test 1: Loop + populate ListBox Test 2: Same + assign row to RowTag Result: Test 2 faster. Possible cause: better branch prediction. https://lnkd.in/gtAFqWAf
-
-
📧 Need to send emails from your Xojo app? Built-in EmailMessage + SMTPSecureSocket has you covered. Supports: HTML body, plain text, attachments, CC/BCC, custom headers. 👇 https://lnkd.in/giUvTXrb #Xojo #Networking
-
-
PDFDocument API in Xojo: - Draw with PDFGraphics (like regular Graphics) - Add tables with PDFTable - Embed files, sounds, movies - Create interactive forms - Set metadata (Author, Title, Keywords) - Supports custom page sizes and embedded fonts. https://lnkd.in/gAHens77
-
-
New in Xojo 2025r3: XAML Visual States. Define animations in XAML, trigger with one line: XAMLContainer1.GotoState("On") Animation logic stays in XAML. Xojo code stays clean. https://lnkd.in/gEreCuzJ #Xojo #XAML #UIAnimation
-
-
🎯 DesktopChart can connect scatter plot points with ChartLinearStyle. Solid or dashed lines, toggle at runtime — no redraw needed. Perfect for data viz 👇 https://lnkd.in/gyTNFx-X #Xojo #LowCode #DataViz
-
-
Starting with Xojo 2025r3, macOS builds can run with UI Compatibility Mode enabled or disabled. If you’re shipping a library, you may need to detect that at runtime. Read the app bundle’s Info.plist and check UIDesignRequiresCompatibility. If the key is missing, you’re running in native mode. Small detail, big difference for UI behavior on newer macOS versions. https://lnkd.in/g-d76AAm #Xojo #macOS #Declares #SoftwareEngineering
-
-
SQLiteDatabase isn’t just convenient, it’s fast when you use it correctly. Turn on WriteAheadLogging for better write performance. Use transactions to protect integrity and speed up bulk operations. Run long queries in a Thread to keep UI responsive. Small app database, serious app performance. #Xojo #SQLite #Performance #Coding
-
The PDFDocument class makes professional document generation native. If you can draw it on a Canvas, you can save it as a pixel-perfect, searchable PDF. No dependencies. No external drivers. Just clean, native code for Desktop, Web, and Mobile. #Xojo #DevTools #BusinessAutomation #Coding