Тёмный

Extract Anything Using RegEx - Bubble.io Tutorial 

No Code Academy
Подписаться 5 тыс.
Просмотров 383
50% 1

💪🏆📚 FREE 7 DAY LEARN BUBBLE CHALLENGE www.nocodeacademy.co/offers/r... 📚🏆💪
In this video we explore two examples of extracting text using RegEx in Bubble.io. If you've never seen regex in action, this video will show you everything you need to know.
Chapters:
00:00 - Extracting Data from Text with Regex
02:22 - Extracting URLs in Bubble
03:03 - Transforming Data with Reject Expression
04:49 - Exploring List Manipulation in Code
06:45 - Exploring URL Handling with State Setter
07:55 - Scraping Specific Websites with Precision
📋📋📋 Common Regex Patterns to Copy + Paste 📋📋📋
(1) Email addresses
Pattern: \b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b
(2) URLs
Pattern: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)
(3) Phone numbers
Pattern (US format): \b\d{3}[-.]?\d{3}[-.]?\d{4}\b
(4) Dates
Pattern (MM/DD/YYYY): \b\d{1,2}\/\d{1,2}\/\d{4}\b
(5) IP addresses
Pattern: \b(?:\d{1,3}\.){3}\d{1,3}\b
(6) Hashtags
Pattern: \B#\w+
(7) Mentions (@username)
Pattern: \B@\w+
(8) Zip codes (postal codes)
Pattern (US format): \b\d{5}(?:-\d{4})?\b
===========================
Limited Time 1-on-1 Consulting -
calendly.com/nocodeacademy/so...
===========================
✅ Subscribe to be notified when the more Bubble tutorial videos come out.
⏩ Follow along in a free Bubble.io account by signing up at bubble.io/?ref=io01awzc.
❓ Have questions? Want a consultation? Reach out at nocodeacademy.co.
➡️ Disclaimer - this page contains an affiliate link that gives a credit valid towards our monthly Bubble account fee but has no cash value beyond this. Should you decide a paid Bubble account is right for you, thank you in advance for your support.
Tags: regex bubble, regular expressions bubble.io, create regex

Опубликовано:

 

28 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@fradethornes
@fradethornes Месяц назад
This video dropped exactly when I needed it the most. Thanks 😊
Далее
How Privacy Rules work in Bubble
22:31
Просмотров 1,4 тыс.
Web Scraping in Bubble.io How-to Tutorial
8:54
Просмотров 1,3 тыс.
Воскресный утренний стрим!
1:00:16
This AI Agent can Scrape ANY WEBSITE!!!
17:44
Просмотров 47 тыс.
Design Tips & Tricks in Bubble.io | Tutorial
40:31
Просмотров 2,8 тыс.
Scraping multiples websites with one Python script
8:22
It's Here - Bubble Released Their AI Page Builder
8:13
ScrapeGraphAI - REVOLUTION in WEB SCRAPING!!!
8:23
Просмотров 7 тыс.
Don't Use Polly in .NET Directly. Use this instead!
14:58