Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Capturing Group VS Non-Capturing Group| REGEX Formulas 75

  • Google Workspace Tutorial
  • 2021-11-16
  • 750
Capturing Group VS Non-Capturing Group| REGEX Formulas 75
Google SheetsGoogle Sheets tutorialhow to use google Sheetsspreadsheet skillstips and tricksnew Google Sheetsgoogle apps for educationBlended learningFlipped learningGoogle WorkspaceGoogle for Educationgoogle sheets for advancedsspreadsheetsheetHow toGoogle Sheets for beginner-advancedfunctionsformulasformulaegoogle sheets functiongoogle sheet formulabasic syntax of the formulaREGEX FormulasCapturing Group VS Non-Capturing
  • ok logo

Скачать Capturing Group VS Non-Capturing Group| REGEX Formulas 75 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Capturing Group VS Non-Capturing Group| REGEX Formulas 75 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Capturing Group VS Non-Capturing Group| REGEX Formulas 75 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Capturing Group VS Non-Capturing Group| REGEX Formulas 75

In this part, we are going to explore:
0:00 Getting started.
0:08 REGEX - What are a capturing group, a non-capturing group, and an indication group?
All explanations are simple and to the point.
Feel free to make your copy of this spreadsheet:
https://docs.google.com/spreadsheets/...

#GoogleForEducation #GoogleWorkspace #GoogleSheets

If you found this video helpful, give us an old like and share it with some people you think this could be helpful for. And if you're not already a subscriber, make sure to hit the subscribe button and also the notification bell to be notified every time a video is uploaded

Useful Link:
Ben Collins (Google Developer Expert & Data Analytics Instructor)
https://www.benlcollins.com/

Google Sheets training:
https://support.google.com/a/users/an...

The whole playlist link:
   • The most useful formulas - Google Sheets |...  

Follow us on Pinterest:
https://www.pinterest.it/GoogleWorksp...

Sound from Zapsplat.com

Apple logo
https://iconscout.com/contributors/pi...

Windows logo
https://pixabay.com/it/users/

Welcome back, Educators.
What are a capturing group, a non-capturing group, and an indication group?
Our mission is to extract the word industry in all these cases.
First, we use the REGEXMATCH function using this pattern.
It returns TRUE because we use the OR operator.
And this is the result when we use the REGEXEXTRACT function.
That is because we’ve two capturing groups in this pattern.
Every group is in a separate cell, and the function returns just the capturing groups.
By adding ?: to the group, becomes a non-capturing group.
And all the string that matches the pattern is in one cell.
Our mission is to extract this number from these strings.
For this exercise, we use the REGEXEXTRACT function.
This pattern extracts the first number in the string and that we don’t need.
Add (?:M) to the pattern.
The extraction starts when there is a digit or a dot followed by M.
This is an indication group.
For the second string, we add whitespace then the word million.
By grouping the first part, it becomes a non-capturing group.
And it doesn’t extract the M.
And this is the pattern for the second string.
We could add both to one pattern using the OR operator.
If we have one group in the pattern with (?:), it is an indication group.
If we have two groups in the pattern, the one with (?:) is a non-capturing group.
If we have two groups in the pattern, and both with (?:), it returns the same result of one group with (?:).
If we have two groups in the pattern, and both without (?:), it returns each group in a separate cell.
See you soon in the next part of this lesson.
That’s it, have fun. Thanks for watching.
If you like the video, please give us a thumbs up.
And subscribe to our channel.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]