Spring offer

Smallrig Hex Screw Pack (12 pcs) 1713

6,90  VAT Incl. 6,21  VAT Incl.

- Hexagon Screws: The hex screws included in this 12-piece pack are high quality and durable.
– Easy to use: The hex screws are easy to install and remove using a hex wrench.
– Compatible with SmallRig products: These hex screws are specially designed for use with SmallRig products, ensuring perfect compatibility.
– Assortment of sizes: The pack includes different sizes of hex screws to meet different fastening and fixing needs.
– Durable material: The hex screws are made of high quality stainless steel, which makes them resistant to corrosion and wear.

● Available to order in 3-30+ days

EAN: 6972070622380 SKU: 1713 Category: Tags: , , , ,
Description

The SmallRig Hex Screw Pack (12 pcs) 1713 is a premium quality Phillips screw set designed specifically for SmallRig camera cages. This set comes with 4 standard 1/4” thread length screws, which fit most SmallRig camera cages, such as the VersaFrame Cage 1584. It also includes 4 3/8” long thread length screws. threads, which are used on accessories such as the Easy Plate 1598, railblock 942, NATO rail 1195, and many others.

Made from high quality stainless steel, these screws are extremely durable and corrosion resistant. They are designed to ensure a strong and secure attachment of your accessories to your SmallRig camera cages. Whether you are a professional filmmaker or a photography enthusiast, these Phillips screws are essential for holding your equipment in place.

In addition to the screws, this set also includes a handy hex key. The hex wrench is an essential tool for quickly fixing and loosening Phillips screws. Thanks to its compact size, you can easily take it with you when shooting in the field.

With the SmallRig Hex Screw Pack (12 pcs) 1713, you have all the screws you need to attach your accessories to your SmallRig camera cages. This set offers great versatility and allows you to customize your setup to your specific needs. Whether you need standard screws or long screws, this set will meet all your expectations.

Don't compromise the safety of your filming equipment. Opt for the reliability of the SmallRig Hex Screw Pack (12 pcs) 1713 to guarantee strong and durable fasteners. Order now and give your equipment the protection it deserves.

“`html

“` `

Further information
Weight 1 kg
Size 11x13x4 cm
Compatible

Screw

Warranty

2 years warranty

Included

Technical Data
Material: stainless steel
Net weight: 45g

Brand

small rig

Net weight

There are several ways to accomplish this depending on the information you have. Here's one possible solution:

1. Create a regular expression pattern to match the product weight value. Assuming the format is like "Product Weight: xxx lbs", you can use the pattern `r'Product Weight: (d+)'`.
2. Iterate through the text or data where the product weight is mentioned.
3. Apply the regular expression pattern to each line or instance of the text.
4. If a match is found, extract and store the value (eg, using `re.search()` and `group(1)` to retrieve the weight).
5. Repeat the process until all relevant lines or instances have been checked.

Here's an example code snippet in Python:

“python
import re

text = """
Product Title: Item A
Product Weight: 5 lbs
Product Description: This is a description of item A.

Product Title: Item B
Product Weight: 10 lbs
Product Description: This is a description of item B.
"" "

pattern = re.compile(r'Product Weight: (d+)')

product_weights = []

for line in text.splitlines():
match = pattern.search(line)
if match:
weight = match.group(1)
product_weights.append(weight)

print(product_weights)
“` `

Output:
“` `
['5', '10']
“` `

In this example, the program extracts the product weight values ​​from the given text and stores them in the `product_weights` list. The final output only displays the weight values ​​without the title.

Technical

The stormy weather is expected to bring heavy rain and strong winds to our area. Local authorities have issued a warning for potential flooding and advised residents to take necessary precautions.

Reviews (0)
0 reviews
0
0
0
0
0

There are no reviews yet.

Only connected customers who purchased this product have the option to leave a review.